PXC Documentation

PXC Home

Array Range

1.18.0

Create array of numbers by setting start



Node Data

ValuesArray

Display name

Array Range

Internal name

Node_Array_Range

Inheritances

node
node_processor
node_array_range

Inputs

node_array_range

float

Start

float

End

float

Step

Outputs

node_array_range

float

Array

Create an array with a range of numbers.



Properties


Start


The first number in the range.


End


The last number in the range.


Step


The amount to increment each number by.


If the Start and End is the same value, the output will be an array size Step with the value of Start.


If End is less than Start, then the Step should be negative.